home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / util / gnu / textutils_1_3.LHA / textutils-1.3 / cat / unexpand.1 < prev    next >
Text File  |  1992-09-22  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. UNEXPAND(1L)      MISC. REFERENCE MANUAL PAGES       UNEXPAND(1L)
  5.  
  6.  
  7.  
  8. NAME
  9.      unexpand - convert spaces to tabs
  10.  
  11. SYNOPSIS
  12.      unexpand [-tab1[,tab2[,...]]]  [-t  tab1[,tab2[,...]]]  [-a]
  13.      [--tabs=tab1[,tab2[,...]]] [--all] [file...]
  14.  
  15. DESCRIPTION
  16.      This manual page documents  the  GNU  version  of  unexpand.
  17.      unexpand  writes  the  contents  of  each given file, or the
  18.      standard input if none are given or when a file named `-' is
  19.      given,  to  the standard output, with strings of two or more
  20.      space or tab characters converted to as many tabs as  possi-
  21.      ble  followed  by as many spaces as are needed.  By default,
  22.      unexpand converts only initial spaces and tabs  (those  that
  23.      precede  all  non space or tab characters) on each line.  It
  24.      preserves backspace characters in the output; they decrement
  25.      the column count for tab calculations.  By default, tabs are
  26.      set at every 8th column.
  27.  
  28.   OPTIONS
  29.      -, -_t, --_t_a_b_s _t_a_b_1[,_t_a_b_2[,...]]
  30.           If only one tab stop is given, set the tabs _t_a_b_1 spaces
  31.           apart  instead  of  the  default 8.  Otherwise, set the
  32.           tabs at columns _t_a_b_1, _t_a_b_2, etc. (numbered from 0)  and
  33.           leave   spaces  and  tabs  beyond  the  tabstops  given
  34.           unchanged.  If the tabstops are specified with  the  -_t
  35.           or  --_t_a_b_s  option,  they can be separated by blanks as
  36.           well as by commas.  This option implies the -_a option.
  37.  
  38.      -_a, --_a_l_l
  39.           Convert all strings of two or more spaces or tabs,  not
  40.           just initial ones, to tabs.
  41.  
  42.      The long-named options can be introduced with `+' as well as
  43.      `--',  for compatibility with previous releases.  Eventually
  44.      support for `+' will be removed, because it is  incompatible
  45.      with the POSIX.2 standard.
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Sun Release 4.1           Last change:                          1
  64.  
  65.  
  66.  
  67.